home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 2
/
Apprentice-Release2.iso
/
Source Code
/
Think Class Libraries
/
Item Class
/
Item headers
/
Item.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-11-30
|
382 b
|
18 lines
|
[
TEXT/KAHL
]
/******************************************************************************
Demo.h
Copyright © 1991 Symantec Corporation. All rights reserved.
******************************************************************************/
#pragma once
#define kDemoExceptionStrings 1025
enum // demo exception error strings
{
kFileTooBigErr = 1 /* file is too big to open */
};